home *** CD-ROM | disk | FTP | other *** search
- Path: winternet.com!not-for-mail
- From: jdege@winternet.com (Jeff Dege)
- Newsgroups: comp.lang.c++
- Subject: Re: Help on this C++ v1 program
- Date: 3 Feb 1996 19:55:33 GMT
- Organization: StarNet Communications, Inc
- Message-ID: <4f0ejl$iv1@blackice.winternet.com>
- References: <31126397.2406958@PUBNEWS.DEMON.CO.UK>
- NNTP-Posting-Host: parka.winternet.com
- X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
-
- On Sat, 03 Feb 1996 18:51:35 GMT, Chris (chris@zace.compulink.co.uk) wrote:
- : Can anyone spot the problem that I am getting, and tell me where and
- : why I am going wrong.
-
- What errors are you getting?
-
-
- process.h is a non-standard header, and may not exist on your system.
- _stdprn is a compiler-specific FILE *, and may not exist on your
- system.
-
- If I comment out #include <process.h> and replace _stdprn with stdout,
- the program compiels and runs fine. (Except, of course, that it prints
- to stdout instead of to the printer.)
-
- --
- the Windows API has done more to retard skill development
- than anything since COBOL maintenance.
- --Larry O'Brien
-
-